home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000134_fdc@watsun.cc.columbia.edu_Mon May 14 17:48:29 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  68 lines

  1. Article: 12428 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: C-Kermit 7.1 Beta.01 Ready
  6. Date: 14 May 2001 21:42:55 GMT
  7. Organization: Columbia University
  8. Lines: 52
  9. Message-ID: <9dpjgv$go2$1@newsmaster.cc.columbia.edu>
  10. NNTP-Posting-Host: watsun.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 989876575 17154 128.59.39.2 (14 May 2001 21:42:55 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 14 May 2001 21:42:55 GMT
  14. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12428
  15.  
  16.  
  17. Hi everybody.  I've just put up C-Kermit 7.1 Beta.01:
  18.  
  19.   http://www.columbia.edu/kermit/ck71.html
  20.  
  21. There have been just a few minor changes since Alpha.04:
  22.  
  23.  . FTP client verbosity adjustments.
  24.  . Bug with generic modem dialing pausing several secs fixed.
  25.  . SET HOST /USER:, SET LOGIN USERID, etc, fixed when given no user ID.
  26.  . A couple \v(dm_blah) dial modifier variables added.
  27.  . "--version" command-line switch added.
  28.  . Fixed NetBSD serial-port DTR handling.
  29.  . Lots of syntax cleanups for Flexelint and gcc -Wall.
  30.  . Fixed modem-type aliases to not take precedence over real names.
  31.  . Fixed funny treatment of doublequotes by ECHO command.
  32.  . Enabled SET SESSION-LOG for VMS and other non-UNIX platorms.
  33.  . Fixed changing direction in command history buffer.
  34.  . Fixed handling of IKSD URLs.
  35.  . Made sure DELETE prints a message if it got any errors.
  36.  
  37. In all, the changes since Alpha.02 in January have been very minor.
  38. Either this is a remarkably stable version, or nobody is using it.  In
  39. any case, I plan to remove the Beta designation within a week or two and
  40. release it for real, so if you use C-Kermit but have not tested version
  41. 7.1 yet, this is your last chance to find any problems and report them.
  42.  
  43. Beta.01 has been built on nearly 100 different OS/hardware/compiler
  44. combinations so far.  Please see the binaries list at the end of the web
  45. page; if you have a platform that does not have a Beta.01 binary listed,
  46. please try building it there and upload the result to:
  47.  
  48.   ftp://kermit.columbia.edu/kermit/incoming/cku199b01.xxx
  49.  
  50. where xxx follows the normal convention of makefile entry name,
  51. hardware, OS release, whatever was used in C-Kermit 7.0:
  52.  
  53.   http://www.columbia.edu/kermit/ck70.html#binlist
  54.  
  55. If you have trouble, let me know.
  56.  
  57. In case anybody was wondering, we ran out of time and were not able to
  58. include SSH or SSH2 in this version.  We do expect, however, to have SSH
  59. the next one.  Meanwhile, version 7.1 includes Kerberos IV, Kerberos V,
  60. SSL/TLS, and SRP are included in the source-code archives, but due to US
  61. government restrictions on the export of binaries containing strong
  62. encryption, no prebuilt secure binaries are available; you'll have to
  63. build them yourself from the source code.  Instructions are here:
  64.  
  65.   http://www.columbia.edu/kermit/security71.html
  66.  
  67. - Frank
  68.